From: Richard M. Stallman Date: Wed, 26 May 1993 18:12:00 +0000 (+0000) Subject: (auto-mode-alist): Treat .H and .hh as C++ files. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95940 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2b845a8c707203fad8cebf88bd397c5d9915c6c0;p=emacs.git (auto-mode-alist): Treat .H and .hh as C++ files. --- diff --git a/lisp/files.el b/lisp/files.el index f8a1ea1715b..9d94626948f 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -706,7 +706,9 @@ run `normal-mode' explicitly." ("\\.mss\\'" . scribe-mode) ("\\.pl\\'" . prolog-mode) ("\\.cc\\'" . c++-mode) + ("\\.hh\\'" . c++-mode) ("\\.C\\'" . c++-mode) + ("\\.H\\'" . c++-mode) ;;; ("\\.mk\\'" . makefile-mode) ;;; ("[Mm]akefile" . makefile-mode) ;;; Less common extensions come here